Element

actual interface Element : Node
actual external interface Element : Node

Properties

Link copied to clipboard
abstract val attributes: NamedNodeMap
Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
abstract val childNodes: INodeList
abstract val childNodes: NodeList
Link copied to clipboard
abstract val firstChild: Node?
abstract val firstChild: Node?
Link copied to clipboard
abstract val lastChild: Node?
abstract val lastChild: Node?
Link copied to clipboard
abstract val localName: String
Link copied to clipboard
abstract val namespaceURI: String?
Link copied to clipboard
abstract val nextSibling: Node?
abstract val nextSibling: Node?
Link copied to clipboard
abstract val nodeName: String
abstract val nodeName: String
Link copied to clipboard
abstract val nodeType: Short
abstract val nodeType: Short
Link copied to clipboard
abstract var nodeValue: String?
Link copied to clipboard
abstract val ownerDocument: Document
abstract val ownerDocument: Document?
Link copied to clipboard
abstract val parentElement: Element?
Link copied to clipboard
abstract val parentNode: Node?
abstract val parentNode: Node?
Link copied to clipboard
abstract val prefix: String?
Link copied to clipboard
abstract val previousSibling: Node?
abstract val previousSibling: Node?
Link copied to clipboard
abstract val tagName: String
Link copied to clipboard
abstract val textContent: String?
abstract var textContent: String?

Functions

Link copied to clipboard
actual abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
Link copied to clipboard
actual abstract fun getAttribute(qualifiedName: String): String?
actual abstract fun getAttribute(qualifiedName: String): String?
Link copied to clipboard
actual abstract fun getAttributeNode(qualifiedName: String): Attr?
actual abstract fun getAttributeNode(qualifiedName: String): Attr?
Link copied to clipboard
actual abstract fun getAttributeNodeNS(namespace: String?, localName: String): Attr?
actual abstract fun getAttributeNodeNS(namespace: String?, localName: String): Attr?
Link copied to clipboard
actual abstract fun getAttributeNS(namespace: String?, localName: String): String?
actual abstract fun getAttributeNS(namespace: String?, localName: String): String?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getChildNodes(): NodeList
expect inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
Link copied to clipboard
actual abstract fun getElementsByTagName(qualifiedName: String): NodeList
actual abstract fun getElementsByTagName(qualifiedName: String): NodeList
Link copied to clipboard
actual abstract fun getElementsByTagNameNS(namespace: String?, localName: String): NodeList
actual abstract fun getElementsByTagNameNS(namespace: String?, localName: String): NodeList
Link copied to clipboard
actual inline fun Node.getFirstChild(): Node?
expect inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
Link copied to clipboard
actual inline fun Node.getLastChild(): Node?
expect inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
Link copied to clipboard
actual fun Element.getLocalName(): String?
expect fun Element.getLocalName(): String?
actual fun Element.getLocalName(): String?
actual fun Element.getLocalName(): String?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getNextSibling(): Node?
expect inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
Link copied to clipboard
actual inline fun Node.getNodeName(): String
expect inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
Link copied to clipboard
actual inline fun Node.getNodeType(): Short
expect inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
Link copied to clipboard
actual inline fun Node.getOwnerDocument(): Document
expect inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getParentNode(): Node?
expect inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
Link copied to clipboard
actual fun Element.getPrefix(): String?
expect fun Element.getPrefix(): String?
actual fun Element.getPrefix(): String?
actual fun Element.getPrefix(): String?
Link copied to clipboard
actual inline fun Node.getPreviousSibling(): Node?
expect inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
Link copied to clipboard
actual fun Element.getTagName(): String
expect fun Element.getTagName(): String
actual fun Element.getTagName(): String
actual fun Element.getTagName(): String
Link copied to clipboard
actual inline fun Node.getTextContent(): String?
expect inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
Link copied to clipboard
actual abstract fun hasAttribute(qualifiedName: String): Boolean
actual abstract fun hasAttribute(qualifiedName: String): Boolean
Link copied to clipboard
actual abstract fun hasAttributeNS(namespace: String?, localName: String): Boolean
actual abstract fun hasAttributeNS(namespace: String?, localName: String): Boolean
Link copied to clipboard
actual abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
actual abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
actual abstract fun removeAttribute(qualifiedName: String)
actual abstract fun removeAttribute(qualifiedName: String)
Link copied to clipboard
actual abstract fun removeAttributeNode(attr: Attr): Attr
actual abstract fun removeAttributeNode(attr: Attr): Attr
Link copied to clipboard
actual abstract fun removeAttributeNS(namespace: String?, localName: String)
actual abstract fun removeAttributeNS(namespace: String?, localName: String)
Link copied to clipboard
actual abstract fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
Link copied to clipboard
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
actual abstract fun replaceChild(oldChild: Node, newChild: Node): Node
Link copied to clipboard
actual abstract fun setAttribute(qualifiedName: String, value: String)
actual abstract fun setAttribute(qualifiedName: String, value: String)
Link copied to clipboard
actual abstract fun setAttributeNode(attr: Attr): Attr?
actual abstract fun setAttributeNode(attr: Attr): Attr?
Link copied to clipboard
actual abstract fun setAttributeNodeNS(attr: Attr): Attr?
actual abstract fun setAttributeNodeNS(attr: Attr): Attr?
Link copied to clipboard
actual abstract fun setAttributeNS(namespace: String?, cName: String, value: String)
actual abstract fun setAttributeNS(namespace: String?, cName: String, value: String)